func crypto/tls.unmarshalCertificate

3 uses

	crypto/tls (current package)
		handshake_messages.go#L1431: 		!unmarshalCertificate(&s, &m.certificate) ||
		handshake_messages.go#L1442: func unmarshalCertificate(s *cryptobyte.String, certificate *Certificate) bool {
		ticket.go#L197: 		!unmarshalCertificate(&s, &cert) {